Improved icon view keynav
authorMatthias Clasen <mclasen@redhat.com>
Sun, 30 May 2010 06:15:40 +0000 (02:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 30 May 2010 06:17:51 +0000 (02:17 -0400)
commitc557f7b7c4f6309efdc105073355a405d6136561
tree1d5551618051af3d273c6e11943270a9a40d160f
parent6737d91d28a1872aa47640697e9f4199cb97881b
Improved icon view keynav

Use ::keynav-failed for arrow navigation in icon views, so that
it is possible to override error handling. Also add API to get the
row/col of an item. With this, it is possible to make arrow keynav
span adjacent icon views, which is desired in the new control-center
shell. testiconview-keynav demonstrates this.
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkiconview.c
gtk/gtkiconview.h
tests/Makefile.am
tests/testiconview-keynav.c [new file with mode: 0644]